Class EIGRPNeighborTableImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EIGRPNeighborTableImpl
All Implemented Interfaces:
IPCObject, EIGRPNeighborTable

public class EIGRPNeighborTableImpl extends IPCObjectImpl implements EIGRPNeighborTable
Information provided by the PKI file:

    \class EigrpNeighborTable
    
    \brief EigrpNeighborTable holds the EIGRP neighbor table.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getNeighborCount

      public int getNeighborCount()
      Information provided by the PKI file:
      
          \brief Returns the number of neighbors in the table.
          
          \return int, the number of neighbors in the table.
          
              
      Specified by:
      getNeighborCount in interface EIGRPNeighborTable
      Returns:
      int Returns a int
    • getNeighborAt

      public EIGRPNeighbor getNeighborAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the neighbor at the specified index.
          
          \param index, the index of the neighbor of interest.
          
          \return EigrpNeighbor, the EigrpNeighbor at the specified index.
          
              
      Specified by:
      getNeighborAt in interface EIGRPNeighborTable
      Parameters:
      index - Takes in a parameter of index
      Returns:
      EIGRPNeighbor Returns a EIGRPNeighbor
    • getNeighborByIp

      public EIGRPNeighbor getNeighborByIp(IPAddress ipAddress)
      Information provided by the PKI file:
      
          \brief Returns the neighbor with the specified IP address.
          
          \param ipAddress, the IP address of the neighbor of interest.
          
          \return EigrpNeighbor, the EigrpNeighbor with the specified IP address.
          
              
      Specified by:
      getNeighborByIp in interface EIGRPNeighborTable
      Parameters:
      ipAddress - Takes in a parameter of ipAddress
      Returns:
      EIGRPNeighbor Returns a EIGRPNeighbor